ResourceGetProperties Method (PropertyName, String) |
Gets properties from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus GetProperties(
PropertyName[] propertyName,
string depth
)
Public Function GetProperties (
propertyName As PropertyName(),
depth As String
) As MultiStatus
Parameters
- propertyName
- Type: Independentsoft.WebdavPropertyName
The names of the property to retrieve. - depth
- Type: SystemString
The depth of the request.
Return Value
Type:
MultiStatusA MultiStatus as a result.
See Also